You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Vector.GatherByIncr Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.GatherByIncr Method

Gather vector elements.

Syntax
C#
Visual Basic
public TVec GatherByIncr([In] TMtxVec X, int Increment, int Offset);

Gather the elements of vector X at indices defined with Increment*i + Offset and store them to the calling vector.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!